Welcome![Sign In][Sign Up]
Location:
Search - lcd linux

Search list

[Embeded-SCM DevelopLCD

Description:

Linux下LCD屏幕开发源代码!


Platform: | Size: 1353089 | Author: joyliujuan_7 | Hits:

[Embeded Linuxlinux

Description: 关于嵌入式linux实现usb视频采集LCD实现以及远端监控的资料。从usb驱动到开发板2410上的具体开发过程都有 ,内容非常全面。-On the realization of embedded linux video capture usb and LCD to achieve remote monitoring information. From the usb drive to the 2410 on the development board has a specific development process, content, very comprehensive.
Platform: | Size: 18053120 | Author: 马强 | Hits:

[Linux-UnixLCD

Description: 嵌入式Linux LCD的驱动和测试程序,基于S3C4510B-Embedded Linux LCD driver and testing procedures, based on S3C4510B
Platform: | Size: 676864 | Author: missingxxc | Hits:

[Software EngineeringLCD

Description: 在Linux下驱动STN彩色LCD,希望对学习嵌入式的人有帮助-Color STN Driver in Linux, LCD, embedded in learning who wish to help
Platform: | Size: 94208 | Author: wjq | Hits:

[Embeded Linuxlcd

Description: 在Linux下的3.5寸真彩液晶屏驱动程序-Under the Linux 3.5-inch color LCD screen driver
Platform: | Size: 304128 | Author: 何佳城 | Hits:

[OS Developlinux-lcd-driver

Description: linux lcd driver for arm -linux lcd driver for arm
Platform: | Size: 15360 | Author: 错误 | Hits:

[Linux-UnixS3C2410_LCD

Description: linux中,S3C2410,LCD的驱动程序教程。-linux in, S3C2410, LCD driver tutorial.
Platform: | Size: 365568 | Author: 小艺 | Hits:

[Linux-Unixlcd-light

Description: linux 2440 下GPIO口控制的背光驱动,一个经典的linux 2.6驱动-linux 2440 under the GPIO port to control the backlight driver, a classic of the linux 2.6 driver
Platform: | Size: 2048 | Author: liuyinxia | Hits:

[Embeded-SCM Develop317806hharm9-lcd-r3

Description: 嵌入式linux环境下—LCD控制板的原理图和PCB-Embedded linux environment-LCD panels schematic and PCB
Platform: | Size: 122880 | Author: 刘翔 | Hits:

[Otherlinux-2.6.14-for-skyeye.tar

Description: skyeye 模拟器下 的 linux-2.6.14 含LCD cs8900a(driver/net/arm/cs8900-end.c是最终版) 已修改arch/arm/kernel/module.c 以支持insmod 驱动 kernel/resource.c文件添加I/O读写函数-skyeye simulator under linux-2.6.14 with LCD cs8900a (driver/net/arm/cs8900-end.c is the final version) has been modified arch/arm/kernel/module.c to support insmod driver kernel/resource.c file Add I/O read and write functions
Platform: | Size: 47210496 | Author: 李新 | Hits:

[Software EngineeringBook-LinuxDrive

Description: 《Linux设备驱动开发详解》宋宝华 高清 非影印版本 《Linux设备驱动开发详解》是一本介绍Linux设备驱动开发理论、框架与实例的书,《Linux设备驱动开发详解》以Linux 2.6版本内核为蓝本,详细介绍自旋锁、信号量、完成量、中断顶/底半部、定时器、内存和I/O映射以及异步通知、阻塞I/O、非阻塞I/O等Linux设备驱动理论;字符设备、块设备、TTY设备、IC设备、LCD设备、音频设备、USB设备、网络设备、PCI设备等Linux设备驱动的架构和框架中各个复杂数据架构和函数的关系,并讲解了Linux驱动开发的大量实例,使读者能够独立开发各类Linux设备驱动。-linux device driver by songbaohua
Platform: | Size: 13639680 | Author: yangzhidong | Hits:

[Driver Developlcd_driver

Description: linux lcd 驱动 在屏幕上显示图象.-lcd driver
Platform: | Size: 214016 | Author: fll | Hits:

[SCMlcd

Description: 本文当讲述LCD的原理 ,希望对LCd研究的朋友有用处-This principle of LCD, when told to LCD research is useful friends
Platform: | Size: 131072 | Author: 范明 | Hits:

[Embeded Linuxlcd

Description: QQ2440,LCD驱动,基于LINUX内核。-QQ2440, LCD driver, based on the LINUX kernel.
Platform: | Size: 108544 | Author: xzx | Hits:

[Embeded Linuxlcd

Description: u-boot适合于arm9 ,2440 ;linux下,lcd驱动-u-boot for arm9, 2440 linux under, lcd driver
Platform: | Size: 6144 | Author: 贾风 | Hits:

[IOSLCD

Description: ARM LCD显示 自己编写的程序 希望大家来-ARM LCD display his hope that a program written to see
Platform: | Size: 1187840 | Author: 赵仁冉 | Hits:

[Linux-Unixlinux-2.6.22.6_100ask24x0.patch

Description: 包含在内核补丁文件中的驱动程序源码,包括LED驱动程序,串口驱动程序,网卡驱动程序,SD卡驱动程序,LCD和USB驱动程序。-Patch file included in the kernel driver source code, including LED drivers, serial port driver, NIC driver, SD card driver, LCD, and USB drivers.
Platform: | Size: 259072 | Author: 季册 | Hits:

[Linux-UnixLinux-driver-development15

Description: 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第15章、Linux的I2C核心、总线与设备驱动。I2C总线仅仅使用SCL、SDA这两根信号线就实现了设备之间的数据交互,极大地简化了对硬件资源和PCB板布线空间的占用。因此,I2C总线被非常广泛地应用在EEPROM、实时钟、小型LCD等设备与CPU的接口中。Linux系统定义了I2C驱动体系结构,在Linux系统中,I2C驱动由3部分组成,即I2C核心、I2C总线驱动和I2C设备驱动。这3部分相互协作,形成了非常通用、可适应性很强的I2C框架。6.1节对Linux I2C体系结构进行分析,讲解3个组成部分各自的功能及相互联系。6.2节对Linux I2C核心进行分析,讲解i2c-core.c文件的功能和主要函数的实现。6.3节、6.4节分别详细介绍I2C总线驱动和I2C设备驱动的编写方法,给出可供参考的设计模板。6.5节、6.6节以6.3节和6.4节给出的设计模板为基础,讲解S3C2410 ARM处理器I2C总线驱动及挂接在其上的SAA7113H视频模拟/数字转换芯片设备驱动的编写方法。-Author: HuaQing vision embedded institute. The Linux device driver development "(08 and 09 sep TOP50) annual list of best-selling chapter 15, Linux the I2C bus and core, device drivers. The I2C bus use only the two root, SDA SCL signal will achieve the data interaction between equipment, greatly simplified the hardware resources and PCB wiring space take up. Therefore, the I2C bus is very widely used in EEPROM, real clock, small LCD equipment and CPU interface. Linux system defines the I2C drive system structure in Linux, system, the I2C driven by three parts, namely the I2C core, the I2C bus driver and the I2C device drivers. The three parts of the cooperation and formed very general, can vary adaptive the I2C framework. Section 6.1 the I2C system for Linux analyzed the structure, the explanation is 3 part of their respective functions and to each other. Section 6.2 to Linux
Platform: | Size: 593920 | Author: 华清远见 | Hits:

[Embeded LinuxLinux下LCD视频显示源码

Description: 本代码是在Linux环境下LCD视频显示源码(Linux under the LCD video display source)
Platform: | Size: 29696 | Author: 顾飞龙 | Hits:

[Linux-Unixlcd

Description: linux arm LCD测试程序(linux arm LCD Test program)
Platform: | Size: 7168 | Author: 猜猜猜 | Hits:
« 1 2 3 45 6 7 8 9 10 ... 28 »

CodeBus www.codebus.net